home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / linux-restricted-modules-common.postinst < prev    next >
Text File  |  2008-10-15  |  420b  |  16 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ -L /etc/rcS.d/S15linux-restricted-modules-common ]; then
  5.     mv /etc/rcS.d/S15linux-restricted-modules-common \
  6.        /etc/rcS.d/S07linux-restricted-modules-common
  7. fi
  8.  
  9. # Automatically added by dh_installinit
  10. if [ -x "/etc/init.d/linux-restricted-modules-common" ]; then
  11.     update-rc.d linux-restricted-modules-common start 7 S . start 1 0 6 . >/dev/null || exit $?
  12. fi
  13. # End automatically added section
  14.  
  15.  
  16.